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
/
lib
Age
Commit message (
Expand
)
Author
Lines
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-2
/
+2
2013-03-28
Removing unused imports
Alex Crichton
-2
/
+2
2013-03-26
rustc: Remove uses of oldmap::HashMap
Alex Crichton
-7
/
+7
2013-03-22
librustc: Remove the `const` declaration form everywhere
Patrick Walton
-2
/
+2
2013-03-22
rustc: replace uses of old deriving attribute with new one
Andrew Paseltiner
-1
/
+1
2013-03-20
rustc: Remove some bad copies throughout
Alex Crichton
-1
/
+1
2013-03-13
Revamp foreign code not to consider the Rust modes. This requires
Niko Matsakis
-1
/
+1
2013-03-12
Wrap llvm::InlineAsm::AsmDialect
Luqman Aden
-4
/
+11
2013-03-12
Parse inline assembly.
Luqman Aden
-0
/
+5
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-2
/
+2
2013-03-07
librustc: Remove "extern mod { ... }" from librustc, librustdoc, and tests. r...
Patrick Walton
-1003
/
+1164
2013-03-04
Remove unused imports throughout src/
Alex Crichton
-5
/
+0
2013-02-27
Turn old `drop` blocks into `Drop` traits
Ben Striegel
-4
/
+16
2013-02-23
Consolidate codes dealing with LLVM struct type
Seo Sanghyeon
-15
/
+9
2013-02-20
librustc: Get rid of structural records save for front/test.rs.
Luqman Aden
-24
/
+55
2013-02-19
use range assert when loading enum discriminant
Daniel Micay
-0
/
+9
2013-02-15
librustc: Stop parsing `impl Type : Trait` and fix several declarations that ...
Patrick Walton
-40
/
+1
2013-02-15
librustc: Get rid of `move`.
Luqman Aden
-1
/
+1
2013-02-13
Remove die!, raplace invocations with fail! Issue #4524 pt 3
Nick Desaulniers
-1
/
+1
2013-02-07
Fix vector indexing in consts so it works with the enum vector const fix.
Jed Davis
-0
/
+1
2013-02-06
librustc: Attempt to put out burning tree by fixing translation of unary nega...
Patrick Walton
-14
/
+19
2013-02-05
oldmap: use &K instead of K in find and get
Patrick Walton
-2
/
+2
2013-02-05
Revert "oldmap: use &K instead of K in find and get"
Graydon Hoare
-2
/
+2
2013-02-03
oldmap: use &K instead of K in find and get
Daniel Micay
-2
/
+2
2013-02-03
rename map -> oldmap and mark it as deprecated
Daniel Micay
-1
/
+1
2013-01-31
Replace most invocations of fail keyword with die! macro
Nick Desaulniers
-1
/
+1
2013-01-31
Finalize moves-based-on-type implementation.
Niko Matsakis
-5
/
+4
2013-01-29
librustc: De-export back, lib, and util. rs=deexporting
Patrick Walton
-554
/
+625
2013-01-24
replace ConstVector trait with the Container trait
Daniel Micay
-1
/
+1
2013-01-23
libsyntax: Remove `fn() unsafe { ... }`. r=graydon
Patrick Walton
-1
/
+1
2013-01-18
rustc: Make type_names and named_types tables in trans use @str instead of ~str
Tim Chevalier
-48
/
+50
2013-01-13
Make empty structs debug-printable
Jed Davis
-5
/
+8
2013-01-10
librustc: Make all external functions unsafe. r=tjc
Patrick Walton
-602
/
+817
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+1
2013-01-08
Revert "librustc: Make unqualified identifier searches terminate at the neare...
Patrick Walton
-1
/
+0
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+1
2013-01-07
librustc: Make vectors no longer implicitly copyable in rustc. r=graydon
Patrick Walton
-6
/
+9
2012-12-27
librustc: Terminate name searches at the nearest module scope for paths that ...
Patrick Walton
-6
/
+15
2012-12-04
librustc: Remove all legacy pattern bindings from libsyntax and librustc. rs=...
Patrick Walton
-1
/
+1
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+10
2012-11-30
librustc: Implement C-like enum constants. r=tjc
Patrick Walton
-5
/
+16
2012-11-28
Register snapshots
Brian Anderson
-43
/
+0
2012-11-19
rustc: Implement explicit self for Eq and Ord. r=graydon
Patrick Walton
-0
/
+43
2012-11-07
rustc: Support irrefutable patterns in function arguments. r=nmatsakis
Patrick Walton
-5
/
+5
2012-11-07
Rename src/rustc to src/librustc. Use the driver crate
Brian Anderson
-0
/
+1273