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
/
middle
/
trans
/
inline.rs
Age
Commit message (
Expand
)
Author
Lines
2013-06-30
auto merge of #7468 : cmr/rust/great_renaming, r=pcwalton
bors
-2
/
+1
2013-06-29
Avoid double indirection for the "self" arg in methods
Björn Steinbrink
-3
/
+3
2013-06-29
Great renaming: propagate throughout the rest of the codebase
Corey Richardson
-2
/
+1
2013-06-28
Drop the impl_id field from fn_ctxt.
Michael Sullivan
-1
/
+0
2013-06-22
Move count-llvm-insn code into task-local storage
James Miller
-3
/
+2
2013-06-20
Get cross crate default methods working.
Michael Sullivan
-5
/
+10
2013-06-16
Remove @-fields from CrateContext
James Miller
-1
/
+1
2013-06-14
add IteratorUtil to the prelude
Daniel Micay
-1
/
+0
2013-06-08
std: remove vec::each2 and vec::each2_mut in favour of iterators
Huon Wilson
-1
/
+2
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-0
/
+1
2013-05-22
libextra: Rename the actual metadata names of libcore to libstd and libstd to...
Patrick Walton
-0
/
+2
2013-05-20
Remove all unnecessary allocations (as flagged by lint)
Alex Crichton
-4
/
+4
2013-05-14
rustc: rename ast::self_ty and related fields to explicit_self
Erick Tryzelaar
-2
/
+2
2013-05-05
Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze
Niko Matsakis
-66
/
+61
2013-05-03
add gitattributes and fix whitespace issues
Daniel Micay
-1
/
+0
2013-05-01
rustc: remove the rest of drop
Erick Tryzelaar
-4
/
+0
2013-04-30
new borrow checker (mass squash)
Niko Matsakis
-17
/
+22
2013-04-27
only use #[no_core] in libcore
Daniel Micay
-3
/
+0
2013-04-19
rustc: de-mode + fallout from libsyntax changes
Alex Crichton
-2
/
+2
2013-04-19
librustc: Implement fast-ffi and use it in various places
Patrick Walton
-1
/
+2
2013-04-09
Cleanup substitutions and treatment of generics around traits in a number of ...
Niko Matsakis
-7
/
+5
2013-04-05
Refactor so that references to traits are not represented using a type with a
Niko Matsakis
-2
/
+1
2013-03-28
Removing unused imports
Alex Crichton
-2
/
+2
2013-03-26
rustc: Remove uses of oldmap::HashMap
Alex Crichton
-2
/
+2
2013-03-04
Remove unused imports throughout src/
Alex Crichton
-3
/
+0
2013-02-28
Fix implicit leaks of imports throughout libraries
Alex Crichton
-0
/
+3
2013-02-27
Introduce lifetime declarations into the lists of type parameters.
Niko Matsakis
-1
/
+3
2013-02-20
librustc: Get rid of structural records save for front/test.rs.
Luqman Aden
-3
/
+6
2013-02-07
Make ~fn non-copyable, make &fn copyable, split barefn/closure types,
Niko Matsakis
-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-01-29
librustc: De-export some of trans. rs=deexporting
Patrick Walton
-2
/
+2
2013-01-10
mode: reset mode on entry to fn body.
Niko Matsakis
-1
/
+2
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
-0
/
+1
2012-12-27
librustc: Terminate name searches at the nearest module scope for paths that ...
Patrick Walton
-0
/
+5
2012-12-13
librustc: Make `use` statements crate-relative by default. r=brson
Patrick Walton
-4
/
+6
2012-12-05
Long lines
Brian Anderson
-1
/
+2
2012-12-05
Fix cross-crate inlining of static functions
Brian Anderson
-9
/
+13
2012-12-04
librustc: Remove all legacy pattern bindings from libsyntax and librustc. rs=...
Patrick Walton
-3
/
+3
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+10
2012-11-26
librustc: Fix translation of cross-crate inline or generic methods with expli...
Patrick Walton
-5
/
+19
2012-11-07
Rename src/rustc to src/librustc. Use the driver crate
Brian Anderson
-0
/
+90