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
Age
Commit message (
Expand
)
Author
Lines
2012-06-15
Handle index expressions' callee IDs correctly
Tim Chevalier
-5
/
+5
2012-06-15
Add an intermediate level of type/region variable resolution forcing
Lindsey Kuper
-24
/
+49
2012-06-15
Lexers now emit spans, not chposes.
Paul Stansifer
-48
/
+62
2012-06-15
Beginning of support for interpolation into token trees.
Paul Stansifer
-1
/
+17
2012-06-15
Make token tree lexers and their stacks unique.
Paul Stansifer
-37
/
+50
2012-06-15
Make tt lexers duplicatible.
Paul Stansifer
-1
/
+17
2012-06-15
Bugfix: obey the tt_lexer's own invariants.
Paul Stansifer
-20
/
+13
2012-06-15
Add the interner to parse_sess.
Paul Stansifer
-104
/
+47
2012-06-15
Make it possible to make tt_reader-based parsers.
Paul Stansifer
-20
/
+42
2012-06-15
Make token trees re-lexable.
Paul Stansifer
-2
/
+66
2012-06-15
Formatting fixup in parser.rs
Paul Stansifer
-45
/
+46
2012-06-15
Pull out an interface for the lexer.
Paul Stansifer
-247
/
+285
2012-06-15
Make token trees parseable.
Paul Stansifer
-5
/
+82
2012-06-15
Issue #2591: Change "upvar" to "variable declared in an outer block" in tests
Patrick Walton
-9
/
+9
2012-06-15
Make type_is_pod handle more types.
Michael Sullivan
-2
/
+11
2012-06-15
remove irrelevant fixme (#2607)
Niko Matsakis
-1
/
+1
2012-06-14
Issue #2591: Fix "upvar" jargon in borrowck error messages
Patrick Walton
-3
/
+5
2012-06-14
Merge branch 'incoming' of github.com:mozilla/rust into newsnap
Eric Holk
-0
/
+153
2012-06-14
Tests for #1425 (xfail'd for now)
Lindsey Kuper
-0
/
+153
2012-06-14
Merge branch 'incoming' of github.com:mozilla/rust into newsnap
Eric Holk
-143
/
+201
2012-06-14
Merge branch 'incoming' into newsnap
Eric Holk
-172
/
+606
2012-06-14
Further work on integer literal suffix inference (#1425)
Lindsey Kuper
-143
/
+201
2012-06-14
Complete a data visitor type that does proper pointer-walking.
Graydon Hoare
-172
/
+606
2012-06-14
Correctly registering snapshot
Eric Holk
-1
/
+1
2012-06-14
Merge branch 'incoming' into newsnap
Eric Holk
-229
/
+306
2012-06-14
Registering snapshot
Eric Holk
-0
/
+8
2012-06-14
Comments only: annotate FIXME in core::str
Tim Chevalier
-1
/
+1
2012-06-14
Comments only: annotate FIXMEs in core::run
Tim Chevalier
-2
/
+2
2012-06-14
Annotate one FIXME and remove another
Tim Chevalier
-4
/
+3
2012-06-14
Comments only: annotate FIXMEs in core::os
Tim Chevalier
-14
/
+14
2012-06-14
Remove code from parser that was awaiting snapshot
Tim Chevalier
-69
/
+9
2012-06-14
Remove unneeded spawn in std::timer, and annotate a FIXME
Tim Chevalier
-4
/
+1
2012-06-14
Issue #2572: (trans) Fix self-referential classes.
Patrick Walton
-19
/
+58
2012-06-14
Comments only: annotate FIXMEs
Tim Chevalier
-3
/
+6
2012-06-14
whitespace
Tim Chevalier
-1
/
+1
2012-06-14
Remove workaround
Tim Chevalier
-3
/
+2
2012-06-14
Comments only: annotate FIXMEs
Tim Chevalier
-2
/
+2
2012-06-14
Get an initial implementation of boxed vectors working.
Michael Sullivan
-40
/
+71
2012-06-14
annotate FIXME in iter-trait
Tim Chevalier
-1
/
+1
2012-06-14
Add xfailed test case for issue 2611
Tim Chevalier
-0
/
+11
2012-06-14
Comments only: Annotate FIXMEs in libcore
Tim Chevalier
-4
/
+4
2012-06-14
In dvec, annotate a FIXME and uncomment append_iter
Tim Chevalier
-20
/
+23
2012-06-14
Avoid some duplicated typechecking work
Tim Chevalier
-5
/
+18
2012-06-14
Add zero check/fail paths on div/mod paths. Close #944.
Graydon Hoare
-11
/
+64
2012-06-14
Remove an xfail-fast, as this seems to work on Windows now
Tim Chevalier
-2
/
+0
2012-06-14
Remove an outdated FIXME, change to use the new //! ERROR syntax
Tim Chevalier
-7
/
+1
2012-06-14
run-pass/autobind seems to work, so un-xfail it
Tim Chevalier
-5
/
+1
2012-06-14
while => for
Tim Chevalier
-4
/
+3
2012-06-14
Comments only: annotate FIXMEs in tests
Tim Chevalier
-7
/
+8
2012-06-14
Comments only: annotate FIXMEs in rustdoc
Tim Chevalier
-2
/
+2
[prev]
[next]