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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_driver
/
pretty.rs
Age
Commit message (
Expand
)
Author
Lines
2015-04-23
Functional changes for associated constants. Cross-crate usage of associated ...
Sean Patrick Santos
-0
/
+24
2015-04-14
Positive case of `len()` -> `is_empty()`
Tamir Duberstein
-1
/
+1
2015-04-01
rollup merge of #23860: nikomatsakis/copy-requires-clone
Alex Crichton
-3
/
+3
2015-04-01
rollup merge of #23951: alexcrichton/splitn
Alex Crichton
-1
/
+1
2015-04-01
std: Changing the meaning of the count to splitn
Alex Crichton
-1
/
+1
2015-04-02
Rollup merge of #23924 - nrc:unqual-assoc3, r=alexcrichton
Manish Goregaokar
-0
/
+4
2015-04-01
Fallout out rustc
Niko Matsakis
-3
/
+3
2015-04-01
Pretty print ids for assoc items
Nick Cameron
-0
/
+4
2015-03-31
std: Stabilize last bits of io::Error
Alex Crichton
-2
/
+2
2015-03-13
Fallout of std::old_io deprecation
Alex Crichton
-8
/
+7
2015-03-04
std: Deprecate std::old_io::fs
Alex Crichton
-37
/
+39
2015-03-04
Encode codemap and span information in crate metadata.
Michael Woerister
-1
/
+5
2015-02-22
Auto merge of #22466 - Kimundi:str_pattern_ai_safe, r=aturon
bors
-1
/
+1
2015-02-20
Remove remaining uses of `[]`. This time I tried to use deref coercions where...
Niko Matsakis
-3
/
+3
2015-02-20
Addressed PR comments
Marvin Löbel
-1
/
+1
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-6
/
+6
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-5
/
+5
2015-02-04
remove all kind annotations from closures
Jorge Aparicio
-1
/
+1
2015-02-02
More deprecating of i/u suffixes
Alfie John
-1
/
+1
2015-01-30
std: Stabilize FromStr and parse
Alex Crichton
-8
/
+6
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-4
/
+4
2015-01-26
Fallout of io => old_io
Alex Crichton
-12
/
+12
2015-01-21
rustc_driver: fix fallout of merging ast::ViewItem into ast::Item.
Eduard Burtescu
-1
/
+1
2015-01-12
add --xpretty flowgraph,unlabelled variant.
Felix S. Klock II
-17
/
+26
2015-01-12
Make the compilation process more easily customisable
Nick Cameron
-2
/
+11
2015-01-08
librustc::session : Make DebuggingOpts use the options! macro
Manish Goregaokar
-9
/
+8
2015-01-07
fix the `&mut _` patterns
Jorge Aparicio
-2
/
+2
2015-01-07
use slicing sugar
Jorge Aparicio
-12
/
+12
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-4
/
+4
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-4
/
+4
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-9
/
+9
2015-01-05
Reserve the keyword 'macro'
Keegan McAllister
-2
/
+2
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-3
/
+3
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-4
/
+4
2015-01-03
rustc_driver: fix fallout
Jorge Aparicio
-1
/
+3
2015-01-02
Refactor object-safety into its own (cached) module so that we can
Niko Matsakis
-2
/
+10
2015-01-02
Fix fallout from change, adding explicit `Sized` annotations where necessary.
Niko Matsakis
-1
/
+1
2014-12-31
rustc_driver: unbox closures used in let bindings
Jorge Aparicio
-2
/
+2
2014-12-29
Collect tcx arenas into a single struct.
Huon Wilson
-20
/
+7
2014-12-29
Intern BareFnTys to make sty slightly smaller.
Huon Wilson
-3
/
+10
2014-12-29
Store Substs in an arena in the tcx.
Huon Wilson
-5
/
+8
2014-12-22
rollup merge of #19964: pnkfelix/everybody-loops-pprint
Alex Crichton
-15
/
+97
2014-12-22
Add an unstable `--xpretty _` option to `rustc`. Moved `flowgraph`
Felix S. Klock II
-14
/
+23
2014-12-22
Add `--pretty everybody_loops` option.
Felix S. Klock II
-1
/
+74
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-15
/
+15
2014-12-19
librustc_driver: use `#[deriving(Copy)]`
Jorge Aparicio
-6
/
+2
2014-12-14
std: Fully stabilize Option<T>
Alex Crichton
-1
/
+1
2014-12-13
librustc_driver: use unboxed closures
Jorge Aparicio
-7
/
+9
2014-12-13
librustc_trans: fix fallout
Jorge Aparicio
-5
/
+3
2014-12-13
Separate borrowck into its own crate and remove dead code as well.
Niko Matsakis
-3
/
+3
[next]