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
Age
Commit message (
Expand
)
Author
Lines
2014-01-06
Disowned the Visitor.
Eduard Burtescu
-2
/
+2
2014-01-04
Don't allow newtype structs to be dereferenced. #6246
Brian Anderson
-57
/
+27
2014-01-04
Don't allow single-variant enums to be dereferenced. #6246
Brian Anderson
-31
/
+0
2014-01-03
librustc: Remove `@mut` support from the parser
Patrick Walton
-8
/
+4
2014-01-03
librustc: Remove `@mut` support from the typechecker and borrow checker
Patrick Walton
-218
/
+29
2014-01-03
librustc: De-`@mut` the AST map
Patrick Walton
-55
/
+105
2014-01-02
auto merge of #11274 : michaelwoerister/rust/issue11083, r=pcwalton
bors
-61
/
+69
2014-01-02
debuginfo: Fix issue #11083 and some minor clean up.
Michael Woerister
-61
/
+69
2014-01-01
Fix comment that's been wrong since ancient times (thanks, @jvns).
Lindsey Kuper
-1
/
+1
2014-01-01
syntax::codemap: Add static DUMMY_SP
klutzy
-26
/
+26
2013-12-31
auto merge of #11187 : alexcrichton/rust/once, r=brson
bors
-2
/
+15
2013-12-31
Convert relevant static mutexes to Once
Alex Crichton
-2
/
+15
2013-12-31
Implement volatile_load and volatile_store intrinsics.
Peter Zotov
-0
/
+53
2013-12-29
Rename PkgId to CrateId
Luis de Bethencourt
-7
/
+7
2013-12-27
librustc: Implement coercion for traits.
Luqman Aden
-6
/
+38
2013-12-26
librustc: De-`@mut` the def map.
Patrick Walton
-23
/
+54
2013-12-26
librustc: De-`@mut` `building_library` in the session
Patrick Walton
-6
/
+7
2013-12-26
librustc: De-`@mut` `DynamicFailureHandler::finished`
Patrick Walton
-4
/
+5
2013-12-26
librustc: De-`@mut` the translation stats
Patrick Walton
-2
/
+2
2013-12-26
librustc: De-`@mut` `fn_stats` in the stats
Patrick Walton
-12
/
+19
2013-12-26
librustc: De-`@mut` `llvm_insns` in the stats
Patrick Walton
-6
/
+7
2013-12-26
librustc: Remove the unused `llvm_insn_ctxt` from the stats
Patrick Walton
-2
/
+0
2013-12-26
librustc: De-`@mut` `n_llvm_insns` in the stats
Patrick Walton
-6
/
+9
2013-12-26
librustc: De-`@mut` `n_closures` in the stats
Patrick Walton
-4
/
+5
2013-12-26
librustc: De-`@mut` `n_inlines` in the stats
Patrick Walton
-5
/
+6
2013-12-26
librustc: De-`@mut` `n_monos` in the stats
Patrick Walton
-4
/
+4
2013-12-26
librustc: De-`@mut` `n_fns` in the stats
Patrick Walton
-4
/
+4
2013-12-26
librustc: De-`@mut` `n_real_glues`
Patrick Walton
-7
/
+11
2013-12-26
librustc: De-`@mut` `n_null_glues` in the stats
Patrick Walton
-7
/
+23
2013-12-26
librustc: De-`@mut` `n_glues_created` in the stats
Patrick Walton
-4
/
+4
2013-12-26
librustc: De-`@mut` `n_static_tydescs` in the stats
Patrick Walton
-4
/
+4
2013-12-26
librustc: De-`@mut` the entry function and entry type in the session
Patrick Walton
-2
/
+2
2013-12-26
librustc: De-`@mut` the method map
Patrick Walton
-5
/
+22
2013-12-26
librustc: De-`@mut` the type descriptor info
Patrick Walton
-8
/
+9
2013-12-26
librustc: De-`@mut` the various glues in the type descriptor info
Patrick Walton
-28
/
+29
2013-12-26
librustc: De-`@mut` `ScopeInfo`
Patrick Walton
-13
/
+14
2013-12-26
librustc: De-`@mut` `ScopeInfo::landing_pad`
Patrick Walton
-8
/
+8
2013-12-26
librustc: De-`@mut` `ScopeInfo::cleanup_paths`
Patrick Walton
-7
/
+21
2013-12-26
librustc: De-`@mut` `ScopeInfo::cleanups`
Patrick Walton
-54
/
+81
2013-12-26
librustc: De-`@mut` the write guard map
Patrick Walton
-1
/
+2
2013-12-26
librustc: De-`@mut` the translation `FunctionContext`
Patrick Walton
-18
/
+17
2013-12-26
librustc: De-`@mut` the `FunctionDebugContext`
Patrick Walton
-19
/
+4
2013-12-26
librustc: De-`@mut` `FunctionDebugContextData::source_locations_enabled`
Patrick Walton
-5
/
+11
2013-12-26
librustc: De-`@mut` `FunctionDebugContextData::argument_counter`
Patrick Walton
-8
/
+8
2013-12-26
librustc: De-`@mut` `FunctionDebugContextData::scope_map`
Patrick Walton
-4
/
+12
2013-12-26
librustc: De-`@mut` `FunctionContext::entry_bcx`
Patrick Walton
-11
/
+11
2013-12-26
librustc: De-`@mut` `FunctionContext::personality`
Patrick Walton
-5
/
+5
2013-12-26
librustc: De-`@mut` `FunctionContext::llself`
Patrick Walton
-8
/
+8
2013-12-26
librustc: De-`@mut` `FunctionContext::llreturn`
Patrick Walton
-9
/
+10
2013-12-26
librustc: De-`@mut` `FunctionContext::alloca_insert_pt`
Patrick Walton
-7
/
+10
[next]