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
/
comp
Age
Commit message (
Expand
)
Author
Lines
2011-07-06
rustc: Remove some unused references to std::vec from tstate::ann and tstate:...
Patrick Walton
-6
/
+1
2011-07-06
rustc: Move middle::tstate::auxiliary and middle::tstate::bitvectors over to ...
Patrick Walton
-123
/
+131
2011-07-06
rustc: Move tstate::annotate over to interior vectors
Patrick Walton
-12
/
+12
2011-07-06
rustc: Convert bind_params_in_type() to use interior vectors
Patrick Walton
-6
/
+9
2011-07-06
rustc: Migrate tag variants to interior vectors
Patrick Walton
-37
/
+35
2011-07-06
rustc: Make object methods into interior vectors
Patrick Walton
-45
/
+49
2011-07-06
rustc: Use an interior vector for ty::count_ty_params
Patrick Walton
-6
/
+4
2011-07-06
rustc: Move the interner over to interior vectors
Patrick Walton
-7
/
+7
2011-07-06
rustc: Make the various constraint-related types in middle::ty use interior v...
Patrick Walton
-18
/
+56
2011-07-06
rustc: Make type parameter substitutions interior vectors
Patrick Walton
-35
/
+34
2011-07-06
rustc: Change constraints in types to use interior vectors
Patrick Walton
-42
/
+47
2011-07-06
rustc: Switch tag type parameters to interior vectors
Patrick Walton
-31
/
+19
2011-07-06
rustc: Use interior vectors for tag type parameters
Patrick Walton
-123
/
+188
2011-07-06
Support paren-free and lightweight-case syntax
Marijn Haverbeke
-21
/
+10
2011-07-06
Remove temporary stdlib placeholders, use actual stdlib functions
Marijn Haverbeke
-87
/
+53
2011-07-05
Forwarding functions. Lots of progress toward #539, #540, #543.
Lindsey Kuper
-93
/
+473
2011-07-05
Comments and cleanup.
Lindsey Kuper
-6
/
+13
2011-07-05
Handle pattern-bound upvars
Tim Chevalier
-49
/
+162
2011-07-05
Change ast::meta_name_value to accept any literal, not just string
Brian Anderson
-51
/
+80
2011-07-05
Require that the meta items in a use statement have unique names
Brian Anderson
-0
/
+2
2011-07-05
Handle fail inside a for-each loop properly
Tim Chevalier
-1
/
+5
2011-07-05
handle fail inside a for loop
Tim Chevalier
-1
/
+4
2011-07-05
Handle fail as an argument
Tim Chevalier
-0
/
+8
2011-07-05
Print remaining comments at end of *crate*, not module.
Graydon Hoare
-1
/
+1
2011-07-05
Make type unification failures non-fatal
Brian Anderson
-16
/
+24
2011-07-05
Factor the ivec code a touch.
Graydon Hoare
-52
/
+40
2011-07-05
Remove unused eval function. Issue #604
Brian Anderson
-17
/
+0
2011-07-05
Support conditional compilation of native items. Closes #610
Brian Anderson
-5
/
+33
2011-07-05
Parse attributes for native items. Closes #609
Brian Anderson
-10
/
+36
2011-07-05
Warn when compiling shared crates that don't have name/vers link attributes
Brian Anderson
-5
/
+19
2011-07-05
Error if the link attribute has duplicate items. Issue #614
Brian Anderson
-6
/
+22
2011-07-05
Don't thread the local crate number through the session
Marijn Haverbeke
-13
/
+7
2011-07-05
Move everything syntax-related to syntax/, break deps on rest of compiler
Marijn Haverbeke
-1200
/
+1213
2011-07-05
Move pretty-printing 'modes' into a callback hook
Marijn Haverbeke
-73
/
+85
2011-07-04
rustc: Remove obsolete "The second has to be authed pure" comment
Patrick Walton
-4
/
+3
2011-07-04
Switch the alias checking pass to use span_err instead of span_fatal
Marijn Haverbeke
-12
/
+13
2011-07-04
Move the ids of pat AST nodes into their struct
Marijn Haverbeke
-79
/
+68
2011-07-04
Use metadata to avoid always passing -Lrustllvm to the linker.
Rafael Ávila de Espíndola
-11
/
+37
2011-07-04
Simplify.
Rafael Ávila de Espíndola
-11
/
+3
2011-07-04
Simplify the code a bit.
Rafael Ávila de Espíndola
-8
/
+3
2011-07-03
Make use of demand::simple instead of manually checking fail expr type.
Josh Matthews
-11
/
+1
2011-07-03
Make non-str fail expression a type checking failure instead of a translation...
Josh Matthews
-4
/
+19
2011-07-03
Handle fail as an argument; parse fail expressions unambiguously
Tim Chevalier
-9
/
+13
2011-07-03
Add a predicate that determines whether a token can begin an expression
Tim Chevalier
-0
/
+21
2011-07-03
Eliminate all direct calls to option::get() from typeck
Tim Chevalier
-21
/
+55
2011-07-03
Manipulate contexts correctly in trans_fail_expr
Tim Chevalier
-7
/
+11
2011-07-02
Generate code properly for calls with _|_ - typed arguments
Tim Chevalier
-19
/
+25
2011-07-02
Add a function that determines whether the block is terminated
Tim Chevalier
-0
/
+4
2011-07-02
Fix assertion failure when syntax extension name is missing.
Josh Matthews
-0
/
+3
2011-07-02
Allow any string expression to be used with fail.
Josh Matthews
-23
/
+72
[prev]
[next]