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
/
libsyntax
/
print
/
pp.rs
Age
Commit message (
Expand
)
Author
Lines
2014-02-20
Mass rename if_ok! to try!
Alex Crichton
-5
/
+5
2014-02-03
Fixing remaining warnings and errors throughout
Alex Crichton
-24
/
+43
2014-02-03
syntax: Remove io_error usage
Alex Crichton
-47
/
+57
2014-02-02
libsyntax: Remove an `@str` in pretty printing
Patrick Walton
-18
/
+21
2014-01-21
[std::vec] Rename .pop_opt() to .pop(), drop the old .pop() behavior
Simon Sapin
-1
/
+1
2014-01-09
libsyntax: Renamed types, traits and enum variants to CamelCase.
Eduard Burtescu
-100
/
+103
2014-01-03
libsyntax: De-`@mut` (and de-`@`) `Printer::print_stack`
Patrick Walton
-4
/
+4
2014-01-03
librustc: De-`@mut` all writers
Patrick Walton
-2
/
+2
2014-01-03
librustc: De-`@mut` (and de-`@`) the pretty printer
Patrick Walton
-15
/
+15
2013-12-15
librustc: Remove identifiers named `box`, since it's about to become a keyword.
Patrick Walton
-3
/
+5
2013-11-11
Move std::rt::io to std::io
Alex Crichton
-1
/
+1
2013-10-24
Remove even more of std::io
Alex Crichton
-7
/
+7
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-26
/
+26
2013-09-30
syntax: Remove usage of fmt!
Alex Crichton
-28
/
+28
2013-09-17
pp: typo in comment
Benjamin Herr
-1
/
+1
2013-07-17
librustc: Remove all uses of "copy".
Patrick Walton
-7
/
+13
2013-07-17
librustc: Add a lint mode for unnecessary `copy` and remove a bunch of them.
Patrick Walton
-1
/
+1
2013-06-28
librustc: Remove the broken overloaded assign-ops from the language.
Patrick Walton
-3
/
+5
2013-06-25
great renaming propagation: syntax
Corey Richardson
-4
/
+2
2013-06-13
Use @str instead of @~str in libsyntax and librustc. Fixes #5048.
Huon Wilson
-9
/
+9
2013-06-01
Remove all uses of `pub impl`. rs=style
Patrick Walton
-20
/
+23
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-0
/
+3
2013-05-28
Remove unnecessary allocations flagged by lint
Seo Sanghyeon
-2
/
+2
2013-05-22
libextra: Rename the actual metadata names of libcore to libstd and libstd to...
Patrick Walton
-0
/
+3
2013-05-20
Remove all unnecessary allocations (as flagged by lint)
Alex Crichton
-1
/
+1
2013-05-19
Use assert_eq! rather than assert! where possible
Corey Richardson
-3
/
+3
2013-05-15
Rename vec::len(var) to var.len()
Youngmin Yoo
-2
/
+2
2013-05-14
syntax: Remove #[allow(vecs_implicitly_copyable)]
Alex Crichton
-8
/
+8
2013-05-05
Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze
Niko Matsakis
-11
/
+0
2013-05-02
Remove 'Local Variable' comments
Brendan Zabarauskas
-11
/
+0
2013-04-30
new borrow checker (mass squash)
Niko Matsakis
-2
/
+2
2013-04-27
only use #[no_core] in libcore
Daniel Micay
-6
/
+0
2013-04-20
syntax: remove unused 'mut' variables
Alex Crichton
-3
/
+3
2013-04-19
syntax: de-mode and prepare for de-modeing rustc
Alex Crichton
-2
/
+2
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-10
/
+10
2013-03-22
librustc: Remove the `const` declaration form everywhere
Patrick Walton
-1
/
+1
2013-03-22
syntax: replace uses of old deriving attribute with new one
Andrew Paseltiner
-1
/
+1
2013-03-20
change some uses of fail_unless to assert_eq
John Clements
-1
/
+1
2013-03-18
librustc: Make the compiler ignore purity.
Patrick Walton
-3
/
+5
2013-03-11
Remove uses of log
Brian Anderson
-1
/
+1
2013-03-07
test: Fix tests.
Patrick Walton
-1
/
+3
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-10
/
+10
2013-03-04
Remove unused imports throughout src/
Alex Crichton
-3
/
+0
2013-02-26
libsyntax: remove vecs_implicitly_copyable from the printer
Erick Tryzelaar
-3
/
+3
2013-02-21
Get rid of structural records in libsyntax and the last bit in librustc.
Luqman Aden
-12
/
+37
2013-02-15
libsyntax: Get rid of uses of `move` and don't parse it.
Luqman Aden
-3
/
+3
2013-02-13
Remove die!, raplace invocations with fail! Issue #4524 pt 3
Nick Desaulniers
-1
/
+1
2013-02-07
librustc: Lots of de-muting. rs=demuting
Patrick Walton
-92
/
+81
2013-02-04
Merge remote-tracking branch 'bstrie/rimov' into incoming
Brian Anderson
-9
/
+9
2013-01-31
Replace most invocations of fail keyword with die! macro
Nick Desaulniers
-1
/
+1
[next]