index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc
/
metadata
Age
Commit message (
Expand
)
Author
Lines
2015-02-06
Improve error message, when found staticlib instead crate
Potpourri
-5
/
+30
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-7
/
+7
2015-02-05
Replace usage of slice::from_raw_buf with slice::from_raw_parts
Mikhail Zabaluev
-4
/
+4
2015-02-04
remove all kind annotations from closures
Jorge Aparicio
-4
/
+4
2015-02-02
rollup merge of #21830: japaric/for-cleanup
Alex Crichton
-65
/
+64
2015-02-02
rollup merge of #21787: alexcrichton/std-env
Alex Crichton
-5
/
+5
2015-02-02
rollup merge of #21782: alexcrichton/issue-21771
Alex Crichton
-0
/
+1
2015-02-02
remove unused mut qualifiers
Jorge Aparicio
-1
/
+1
2015-02-02
`for x in xs.into_iter()` -> `for x in xs`
Jorge Aparicio
-3
/
+3
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-61
/
+60
2015-02-02
Auto merge of #21647 - alfie:suffix-medium, r=alexcrichton
bors
-18
/
+18
2015-02-01
std: Add a new `env` module
Alex Crichton
-5
/
+5
2015-02-01
Separate out the unboxed closure table into two tables, so that we can
Niko Matsakis
-45
/
+6
2015-02-01
More deprecating of i/u suffixes in libraries
Alfie John
-18
/
+18
2015-01-30
Merge remote-tracking branch 'origin/master' into rollup
Alex Crichton
-1
/
+16
2015-01-30
rustc: Use --extern to always override
Alex Crichton
-0
/
+1
2015-01-30
std: Stabilize FromStr and parse
Alex Crichton
-3
/
+7
2015-01-30
Use `#[rustc_paren_sugar]` as a more extensible way of deciding when
Niko Matsakis
-0
/
+15
2015-01-30
Remove the capture mode map and just store the capture mode for individual va...
Niko Matsakis
-1
/
+1
2015-01-29
Auto merge of #21677 - japaric:no-range, r=alexcrichton
bors
-6
/
+6
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-4
/
+4
2015-01-29
convert remaining `range(a, b)` to `a..b`
Jorge Aparicio
-1
/
+1
2015-01-29
`range(a, b).foo()` -> `(a..b).foo()`
Jorge Aparicio
-1
/
+1
2015-01-28
Remove a custom variant of iter::Cloned.
Ms2ger
-2
/
+2
2015-01-28
Rename found_ast to FoundAst and qualify uses.
Ms2ger
-14
/
+10
2015-01-27
Add `CodeExtent::Remainder` variant; pre-req for new scoping/drop rules.
Felix S. Klock II
-1
/
+11
2015-01-26
std: Rename Writer::write to Writer::write_all
Alex Crichton
-28
/
+28
2015-01-26
Fallout of io => old_io
Alex Crichton
-10
/
+10
2015-01-26
Adjust most comments and messages to not use "unboxed".
Eduard Burtescu
-3
/
+3
2015-01-26
Remove "unboxed" attribute in code referring to new closures.
Eduard Burtescu
-33
/
+27
2015-01-21
rollup merge of #20179: eddyb/blind-items
Alex Crichton
-33
/
+27
2015-01-21
rollup merge of #21258: aturon/stab-3-index
Alex Crichton
-3
/
+3
2015-01-21
rollup merge of #21396: japaric/no-parens-in-range
Alex Crichton
-2
/
+2
2015-01-21
Fallout from stabilization.
Aaron Turon
-3
/
+3
2015-01-21
rustc: fix fallout of merging ast::ViewItem into ast::Item.
Eduard Burtescu
-33
/
+27
2015-01-20
Remove onceness & bounds - they don't do anything.
Ariel Ben-Yehuda
-21
/
+0
2015-01-20
Kill TraitStore
Ariel Ben-Yehuda
-27
/
+0
2015-01-19
remove unnecessary parentheses from range notation
Jorge Aparicio
-2
/
+2
2015-01-18
Fix typedef/module name conflicts in the compiler
Alex Crichton
-4
/
+4
2015-01-17
Register new snapshots.
Eduard Burtescu
-2
/
+2
2015-01-16
auto merge of #21113 : alexcrichton/rust/plug-a-hole, r=brson
bors
-62
/
+80
2015-01-16
rustc: Fix a leak in dependency= paths
Alex Crichton
-62
/
+80
2015-01-16
Record negative trait_impls separatedly
Flavio Percoco
-0
/
+32
2015-01-13
auto merge of #20957 : Ms2ger/rust/closures, r=alexcrichton
bors
-12
/
+8
2015-01-13
Return the Vec from csearch::get_item_attrs.
Ms2ger
-6
/
+4
2015-01-13
Return the Vec from decoder::get_item_attrs.
Ms2ger
-7
/
+5
2015-01-13
Some random things
Nick Cameron
-1
/
+1
2015-01-09
Make the metadata loader use the appropriate Target structure
John Kåre Alsaker
-2
/
+8
2015-01-08
auto merge of #20760 : alexcrichton/rust/rollup, r=alexcrichton
bors
-2
/
+2
2015-01-08
Store deprecated status of i/u-suffixed literals.
Huon Wilson
-2
/
+2
[prev]
[next]