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
/
libsyntax
/
util
Age
Commit message (
Expand
)
Author
Lines
2013-03-22
librustc: Remove `pure` from libsyntax and librustc.
Patrick Walton
-1
/
+1
2013-03-22
librustc: Remove all uses of `static` from functions. rs=destatic
Patrick Walton
-2
/
+2
2013-03-20
change some uses of fail_unless to assert_eq
John Clements
-41
/
+17
2013-03-18
librustc: Make the compiler ignore purity.
Patrick Walton
-3
/
+7
2013-03-08
syntax: Remove uses of DVec
Alex Crichton
-4
/
+3
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-17
/
+17
2013-03-02
librustc: Forbid chained imports and fix the logic for one-level renaming imp...
Patrick Walton
-3
/
+2
2013-02-22
libsyntax: Remove all mutable fields from libsyntax. rs=demuting
Patrick Walton
-2
/
+2
2013-02-20
librustc: Separate most trait bounds with '+'. rs=plussing
Patrick Walton
-3
/
+3
2013-02-19
libsyntax: convert interner into a modern struct
Erick Tryzelaar
-40
/
+34
2013-02-15
librustc: Stop parsing `impl Type : Trait` and fix several declarations that ...
Patrick Walton
-1
/
+1
2013-02-15
libsyntax: Get rid of uses of `move` and don't parse it.
Luqman Aden
-1
/
+1
2013-02-13
Remove die!, raplace invocations with fail! Issue #4524 pt 3
Nick Desaulniers
-2
/
+2
2013-02-05
oldmap: use &K instead of K in find and get
Patrick Walton
-1
/
+1
2013-02-05
Revert "oldmap: use &K instead of K in find and get"
Graydon Hoare
-1
/
+1
2013-02-03
oldmap: use &K instead of K in find and get
Daniel Micay
-1
/
+1
2013-02-03
rename map -> oldmap and mark it as deprecated
Daniel Micay
-3
/
+3
2013-02-01
Fix breakage
Brian Anderson
-2
/
+2
2013-01-31
test cases, cleanup
John Clements
-0
/
+24
2013-01-29
libsyntax: De-export libsyntax. rs=deexporting
Patrick Walton
-10
/
+8
2013-01-29
librustc: Disallow trait bounds in types, enumerations, and structure definit...
Patrick Walton
-1
/
+1
2013-01-23
fix trailing whitepace
John Clements
-2
/
+2
2013-01-23
cleaning up, adding tests
John Clements
-1
/
+43
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-5
/
+5
2013-01-08
Revert "librustc: Make unqualified identifier searches terminate at the neare...
Patrick Walton
-5
/
+5
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-5
/
+5
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+10
2012-10-15
rustc: Merge module and type namespaces. r=brson
Patrick Walton
-5
/
+5
2012-10-12
Make moves explicit in libsyntax
Tim Chevalier
-1
/
+1
2012-09-26
Allow hashmaps to infer their types
Erick Tryzelaar
-1
/
+1
2012-09-19
demode the each() method on vec and other iterables.
Niko Matsakis
-1
/
+1
2012-09-10
Make all moves explicit in libsyntax
Tim Chevalier
-1
/
+1
2012-09-10
Convert std::map to camel case
Brian Anderson
-3
/
+3
2012-09-07
Convert all kind bounds to camel case. Remove send, owned keywords.
Brian Anderson
-5
/
+5
2012-09-07
Migrate std::map to use core::hash::Hash trait. Disable many hokey hashes.
Graydon Hoare
-13
/
+12
2012-09-04
libsyntax: "import" -> "use"
Patrick Walton
-3
/
+3
2012-08-27
Camel case various core constructors
Brian Anderson
-2
/
+2
2012-08-26
Camel case the option type
Brian Anderson
-2
/
+2
2012-08-22
intern identifiers
Paul Stansifer
-1
/
+8
2012-08-22
pre-intern some fixed names so they can be used as constants
Paul Stansifer
-0
/
+9
2012-08-15
Convert more core types to camel case
Brian Anderson
-2
/
+2
2012-08-08
Convert impls to new syntax
Brian Anderson
-2
/
+2
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-1
/
+1
2012-08-05
Switch alts to use arrows
Brian Anderson
-2
/
+2
2012-08-02
Remove modes from map API and replace with regions.
Niko Matsakis
-2
/
+2
2012-08-01
Convert ret to return
Brian Anderson
-4
/
+4
2012-07-31
Change remaining "iface" occurrences to "trait"; deprecate "iface"
Lindsey Kuper
-1
/
+1
2012-07-30
Work around bug #2935 by unautounboxing.
Paul Stansifer
-0
/
+1
2012-07-30
Impl-ize interner.
Paul Stansifer
-20
/
+26
2012-05-31
Make std::map require const keys.
Eric Holk
-5
/
+5
[next]