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-12-26
librustc: De-`@mut` `n_inlines` in the stats
Patrick Walton
-2
/
+3
2013-12-26
librustc: De-`@mut` the crate context
Patrick Walton
-1
/
+1
2013-12-26
librustc: De-`@mut` the `external` and `external_srcs` fields of
Patrick Walton
-24
/
+49
2013-12-01
Box Block, fn_decl, variant and Ty in the AST, as they were inflating critica...
Eduard Burtescu
-2
/
+2
2013-11-28
Register new snapshots
Alex Crichton
-1
/
+1
2013-10-22
libsyntax/librustc: Allow specifying mut on by-value self.
Luqman Aden
-1
/
+1
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-2
/
+2
2013-10-01
librustc: Inline cross-crate tuple struct constructors
Patrick Walton
-1
/
+10
2013-09-30
rustc: Remove usage of fmt!
Alex Crichton
-2
/
+2
2013-09-17
Prevent a rare linkage issue with an xcrate static
Alex Crichton
-1
/
+7
2013-09-16
Resume inlining globals across crates
Alex Crichton
-1
/
+22
2013-09-03
Modernized a few more types in syntax::ast
Marvin Löbel
-2
/
+2
2013-08-03
remove obsolete `foreach` keyword
Daniel Micay
-1
/
+1
2013-08-01
migrate many `for` loops to `foreach`
Daniel Micay
-1
/
+1
2013-07-17
librustc: Remove all uses of "copy".
Patrick Walton
-2
/
+1
2013-07-11
Drop a now unnecessary argument from maybe_instantiate_inline.
Michael Sullivan
-9
/
+5
2013-07-11
Get cross crate static default methods working. Closes #7569.
Michael Sullivan
-1
/
+1
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
[next]