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
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
2013-01-30
Fix RIMOV damage to libsyntax
Ben Striegel
-5
/
+5
2013-01-30
RIMOV, round 10
Ben Striegel
-1
/
+1
2013-01-30
RIMOV, round 8
Ben Striegel
-2
/
+2
2013-01-30
RIMOV, round 7
Ben Striegel
-1
/
+1
2013-01-30
RIMOV, round 3
Ben Striegel
-3
/
+3
2013-01-29
libsyntax: De-export libsyntax. rs=deexporting
Patrick Walton
-31
/
+37
2013-01-23
core: Rename to_mut and from_mut to cast_to_mut and cast_from_mut
Trinick
-3
/
+3
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+2
2013-01-08
Revert "librustc: Make unqualified identifier searches terminate at the neare...
Patrick Walton
-2
/
+0
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+2
2012-12-27
librustc: Terminate name searches at the nearest module scope for paths that ...
Patrick Walton
-2
/
+6
2012-12-12
syntax: remove remaining #syntaxext machinery. Close #3516.
Graydon Hoare
-3
/
+1
2012-12-05
librustc: Hook borrow check loan checking up to the moves-based-on-type infra...
Patrick Walton
-1
/
+5
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+10
2012-11-28
Register snapshots
Brian Anderson
-15
/
+0
2012-11-19
rustc: Implement explicit self for Eq and Ord. r=graydon
Patrick Walton
-0
/
+15
2012-09-23
Register snapshots. Remove redundant Eq impls, Makefile hacks
Brian Anderson
-14
/
+0
2012-09-20
rustc: De-mode all overloaded operators
Patrick Walton
-0
/
+14
2012-09-10
Make all moves explicit in libsyntax
Tim Chevalier
-8
/
+8
2012-09-07
rustc: Add an "ne" method to the Eq trait, and implement it everywhere
Patrick Walton
-0
/
+1
2012-09-04
libsyntax: "import" -> "use"
Patrick Walton
-2
/
+2
2012-08-29
rustc: Make `<` and `=` into traits
Patrick Walton
-0
/
+25
2012-08-27
Camel case various core constructors
Brian Anderson
-2
/
+2
2012-08-27
rustc: more pattern cleanup
Erick Tryzelaar
-1
/
+1
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-37
/
+37
2012-08-15
Convert more core types to camel case
Brian Anderson
-2
/
+2
2012-08-14
Convert more core types to camel case
Brian Anderson
-3
/
+3
[next]