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
/
rustc
/
back
Age
Commit message (
Expand
)
Author
Lines
2012-08-29
core: Don't normalize paths by default. Add a normalize method
Brian Anderson
-3
/
+5
2012-08-26
Camel case the option type
Brian Anderson
-17
/
+17
2012-08-24
Start using core::path2::Path in a lot of places.
Graydon Hoare
-214
/
+170
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-33
/
+33
2012-08-22
intern identifiers
Paul Stansifer
-33
/
+38
2012-08-22
Eliminate many match checks in rustc
Tim Chevalier
-9
/
+9
2012-08-17
rustc: upcall_alloc_c_stack doesn't exist
Brian Anderson
-3
/
+0
2012-08-14
Convert more core types to camel case
Brian Anderson
-15
/
+15
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-18
/
+18
2012-08-05
Switch alts to use arrows
Brian Anderson
-59
/
+58
2012-08-02
De-duplicate core::hash some, refactor the traits.
Graydon Hoare
-13
/
+14
2012-08-01
Convert ret to return
Brian Anderson
-40
/
+40
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-33
/
+33
2012-07-30
LONG LINES\!
Brian Anderson
-2
/
+5
2012-07-30
rustc: use new siphash impl instead of sha1
Damian Gryski
-22
/
+22
2012-07-26
Removed the rest of the vec::view calls that were marked with #2880. Fixes #2...
Eric Holk
-2
/
+1
2012-07-19
Fix string
Tim Chevalier
-1
/
+1
2012-07-19
Merge pull request #2910 from gwillen/bug-2360
Tim Chevalier
-4
/
+22
2012-07-14
remove typestate from code, tests, and docs
Niko Matsakis
-9
/
+7
2012-07-14
Get rid of more deprecated strs on non 64-bit linux platforms.
Michael Sullivan
-15
/
+15
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-212
/
+214
2012-07-13
More consistent use of backticks and "expected" in error messages.
Lindsey Kuper
-4
/
+4
2012-07-13
Better error when rustc fails to write output.
Glenn Willen
-4
/
+22
2012-07-12
Fix the signature on vec::view.
Eric Holk
-1
/
+2
2012-07-12
Accept prefix notation for writing the types of str/~ and friends.
Michael Sullivan
-11
/
+11
2012-07-10
Eliminate some obsolete upcalls.
Michael Sullivan
-8
/
+0
2012-07-10
Get rid of unused fields in tydescs. Closes #2351.
Michael Sullivan
-17
/
+10
2012-07-10
Remove the empty tuple of tydescs from closures. Closes #2531.
Michael Sullivan
-4
/
+0
2012-07-09
Switch 'cont' to 'again' everywhere. Close #2229.
Graydon Hoare
-1
/
+1
2012-07-05
Comments only: change TODOs to FIXMEs and annotate them
Tim Chevalier
-2
/
+2
2012-07-03
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
Graydon Hoare
-4
/
+4
2012-07-01
Convert to new closure syntax
Brian Anderson
-60
/
+61
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-1
/
+1
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-59
/
+59
2012-06-28
Replaced almost all vector+ in rustc (#2719)
Eric Holk
-15
/
+22
2012-06-26
Getting rid of lots more vector +=. (issue #2719)
Eric Holk
-25
/
+25
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-75
/
+75
2012-06-21
Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.
Graydon Hoare
-7
/
+5
2012-06-21
Rename upcall_malloc_dyn to just upcall_malloc.
Michael Sullivan
-6
/
+6
2012-06-20
Remove bind. Issue #2189
Brian Anderson
-4
/
+7
2012-06-19
rustc: Add a temporary option to not link to the runtime
Brian Anderson
-2
/
+4
2012-06-13
Make trans only generate calls to the _dyn malloc upcalls, so we can get rid ...
Michael Sullivan
-7
/
+0
2012-06-13
Add a malloc_dyn upcall for dynamically sized allocations on the shared heap.
Michael Sullivan
-0
/
+4
2012-06-13
Box AST idents
Brian Anderson
-27
/
+28
2012-06-07
Use #[cfg(unix)] and #[cfg(windows)] everywhere
Brian Anderson
-3
/
+1
2012-06-07
fix compiletest deadlock on freebsd
Jyun-Yan You
-6
/
+7
2012-06-06
rustc: Add comments about linking to libm
Brian Anderson
-1
/
+6
2012-06-06
fix link error
Jyun-Yan You
-1
/
+1
2012-05-30
rt: Remove upcall_shared_malloc/free/realloc
Brian Anderson
-10
/
+0
2012-05-30
Various changes for self-describing vecs
Brian Anderson
-8
/
+12
[prev]
[next]