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
Age
Commit message (
Expand
)
Author
Lines
2012-05-23
Resources are once again not copyable.
Eric Holk
-2
/
+10
2012-05-23
modify borrowck to allow arbitrary borrows in pure scopes
Niko Matsakis
-26
/
+127
2012-05-23
refactor loan to not return result<>
Niko Matsakis
-52
/
+45
2012-05-23
prepare for gather to gather up multiple maps
Niko Matsakis
-16
/
+18
2012-05-23
rustc: Eliminate metadata's dependency on util::common
Brian Anderson
-3
/
+0
2012-05-23
syntax: Remove one of the two def_id hashers
Brian Anderson
-4
/
+4
2012-05-23
rustc: Move new_def_hash to ast_util
Brian Anderson
-30
/
+14
2012-05-22
Convert more resource tests to use classes with dtors
Tim Chevalier
-80
/
+204
2012-05-22
rustc: Eliminate metadata's dependency on session
Brian Anderson
-49
/
+64
2012-05-22
rustc: Eliminate some session deps from metadata::loader
Brian Anderson
-56
/
+85
2012-05-22
rustc: Don't fall back to static libraries when shared isn't found
Brian Anderson
-7
/
+2
2012-05-22
rustc: Add cstore to ty::ctxt so csearch can get at it
Brian Anderson
-0
/
+2
2012-05-22
syntax: Add diagnostic::expect
Brian Anderson
-4
/
+1
2012-05-22
Merge pull request #2427 from msullivan/shifts
Brian Anderson
-16
/
+17
2012-05-22
Get rid of the >>> operator and make >> logical or arithmetic depending on th...
Michael Sullivan
-16
/
+17
2012-05-22
Send is no longer a subkind of copy. This allows for sendable, but non-copyab...
Eric Holk
-8
/
+14
2012-05-22
Represent kinds as a bitfield of capabilities.
Eric Holk
-56
/
+58
2012-05-22
Disallow type parameters to self. Closes #2422.
Michael Sullivan
-0
/
+1
2012-05-22
introduce some copies so we are not alting into mut state
Niko Matsakis
-10
/
+10
2012-05-21
rustc: Move ast_map to the syntax crate
Brian Anderson
-340
/
+30
2012-05-21
rustc: Move walk_pat to ast_util
Brian Anderson
-17
/
+3
2012-05-21
rustc: Remove ast_map's session dependency
Brian Anderson
-9
/
+11
2012-05-21
rustc: Remove unused import
Brian Anderson
-1
/
+0
2012-05-21
rustc: Move path_to_ident to ast_util
Brian Anderson
-9
/
+9
2012-05-21
remove mutable cycle from ast_fold
Niko Matsakis
-9
/
+9
2012-05-21
change list so that it must be used in a purely boxed fashion
Niko Matsakis
-103
/
+100
2012-05-21
detect and report shadows in nested bindings
Niko Matsakis
-20
/
+21
2012-05-19
rustc: Remove dead code in encoder
Brian Anderson
-3
/
+1
2012-05-19
fix up handling of &x where x is an arg or &self (for now at least).
Niko Matsakis
-11
/
+40
2012-05-18
make more code use dvec
Niko Matsakis
-10
/
+11
2012-05-18
port some code to use dvec
Niko Matsakis
-3
/
+6
2012-05-18
avoid modifying the variable we are alting over
Niko Matsakis
-4
/
+4
2012-05-18
introduce a few copies here and there
Niko Matsakis
-2
/
+2
2012-05-18
purge ufind
Niko Matsakis
-2
/
+1
2012-05-18
try to improve handling of methods
Niko Matsakis
-13
/
+29
2012-05-18
print ids of patterns when doing --pretty identified
Niko Matsakis
-1
/
+4
2012-05-18
fix borrowing pats---the id field of cmt was assoc with wrong pat
Niko Matsakis
-13
/
+32
2012-05-18
allow region ptrs to be cast to uints
Niko Matsakis
-5
/
+10
2012-05-18
add a new debugging aid--tracing
Niko Matsakis
-6
/
+46
2012-05-18
Using const vector slices for more vec functions.
Eric Holk
-1
/
+2
2012-05-18
rustc: Don't copy vecs in seq_preconds. Huge perf win on some tests
Brian Anderson
-5
/
+6
2012-05-18
workaround a horribly obscure resolve bug
Niko Matsakis
-76
/
+79
2012-05-18
test that we preserve boxes in patterns---still one bug
Niko Matsakis
-61
/
+174
2012-05-18
rustc: Don't recurse in seq_preconds. Consumes too much stack
Brian Anderson
-15
/
+18
2012-05-18
use -Z to distinguish internal debugging options
Niko Matsakis
-72
/
+96
2012-05-17
Refactoring, annotating FIXMEs in remainder of metadata code
Tim Chevalier
-46
/
+40
2012-05-17
Refactor encoder::encode_module_item_paths
Tim Chevalier
-62
/
+57
2012-05-17
Annotate or fix FIXMEs in LLVM bindings and metadata code
Tim Chevalier
-74
/
+84
2012-05-17
rustc: Make type_is_pod class-aware
Patrick Walton
-0
/
+7
2012-05-17
Move inference-related fields/methods from fn_ctxt to infer_ctxt.
Lindsey Kuper
-60
/
+68
[prev]
[next]