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-01
test: xfail-win32 run-pass/companionmod. not sure why it's broke
Brian Anderson
-0
/
+1
2012-06-01
Port more resource tests to classes
Tim Chevalier
-22
/
+38
2012-06-01
Check that classes are instantiable
Tim Chevalier
-0
/
+2
2012-06-01
Make sure classes with dtors are still sendable (but not copyable)
Tim Chevalier
-1
/
+5
2012-06-01
Comment only: fix typo
Tim Chevalier
-1
/
+1
2012-06-01
Tests for copyability and sendability rules for classes
Tim Chevalier
-0
/
+44
2012-06-01
Port another resource test to use classes
Tim Chevalier
-2
/
+3
2012-06-01
Enforce rule that classes with dtors aren't copyable
Tim Chevalier
-4
/
+18
2012-06-01
Remove obsolete test
Tim Chevalier
-6
/
+0
2012-06-01
Update task-killjoin-rsrc to use classes
Tim Chevalier
-19
/
+21
2012-06-01
Comment only: fix typo
Tim Chevalier
-1
/
+1
2012-06-01
Port more test cases to use classes instead of resources
Tim Chevalier
-23
/
+47
2012-06-01
Change type_needs_drop to say that any class w/ a dtor needs a drop
Tim Chevalier
-4
/
+7
2012-06-01
Revert "test: xfail-win32 run-pass/cci_borrow.rs"
Brian Anderson
-1
/
+0
2012-06-01
Revert "test: xfail-win32 run-pass/cci_capture_clause.rs"
Brian Anderson
-1
/
+0
2012-06-01
compiletest: Add the libaux path to PATH on win32
Brian Anderson
-1
/
+5
2012-06-01
Don't try to compute kinds of fictitious types. Indicate a bug instead.
Michael Sullivan
-7
/
+4
2012-06-01
test: xfail-win32 run-pass/cci_capture_clause.rs
Brian Anderson
-0
/
+1
2012-06-01
test: xfail-win32 run-pass/cci_borrow.rs
Brian Anderson
-0
/
+1
2012-06-01
core: Fix handling of 0-padded floats with precision in #fmt
Brian Anderson
-4
/
+9
2012-06-01
test: Move tests with rustc deps into run-pass-fulldeps
Brian Anderson
-0
/
+0
2012-06-01
squelch warnings in tests
Niko Matsakis
-3
/
+3
2012-06-01
break up borrowck into modules and begin to document how it works
Niko Matsakis
-1560
/
+1744
2012-06-01
Clarifying comments in test.
Lindsey Kuper
-2
/
+5
2012-06-01
More tests wrt #2263.
Lindsey Kuper
-0
/
+41
2012-06-01
Clarify comments in test.
Lindsey Kuper
-3
/
+4
2012-06-01
register snapshots
Niko Matsakis
-0
/
+8
2012-05-31
rt: Refactor task failure to go through rust_task_fail
Brian Anderson
-3
/
+45
2012-05-31
Have lint build up a table of the warning settings on a per item basis for la...
Michael Sullivan
-4
/
+25
2012-05-31
Time lint in the driver like every other pass, instead of in lint.
Michael Sullivan
-21
/
+9
2012-05-31
Make lint properly deal with nested items. Closes #2473.
Michael Sullivan
-11
/
+20
2012-05-31
Rework lint to copy lint mode maps when changing them.
Michael Sullivan
-16
/
+30
2012-05-31
Switch lint over to using a smallintmap.
Michael Sullivan
-6
/
+19
2012-05-31
Remove some dead code from kind checking.
Michael Sullivan
-5
/
+1
2012-05-31
Add some convenience helpers to getopts. Close #1837.
Graydon Hoare
-0
/
+51
2012-05-31
rustc: Use fewer boxes in typestate
Brian Anderson
-12
/
+12
2012-05-31
Implement 2 kinds of char / str escaping. Use in rustc. Close #2306.
Graydon Hoare
-33
/
+136
2012-05-31
allow mutable vectors and so forth to be used as immutable slices
Niko Matsakis
-58
/
+121
2012-05-31
Allow some resources to be considered const.
Eric Holk
-2
/
+7
2012-05-31
Make std::map require const keys.
Eric Holk
-8
/
+10
2012-05-31
Allow optional comma before `with` in FRU. Closes #2463.
Lindsey Kuper
-0
/
+25
2012-05-31
syntax: get rid of redundant case
Lindsey Kuper
-2
/
+0
2012-05-31
Some fixes to bitv. Close #2342.
Graydon Hoare
-13
/
+34
2012-05-31
Add libsyntax to the Python script for making a snapshot
Kevin Cantu
-5
/
+4
2012-05-31
Rename librustsyntax to libsyntax
Kevin Cantu
-12
/
+15
2012-05-31
Merge remote-tracking branch 'brson/self-describing-uniques'
Brian Anderson
-288
/
+455
2012-05-31
Register snapshots
Brian Anderson
-0
/
+8
2012-05-31
test: Update test with current error message
Brian Anderson
-3
/
+3
2012-05-30
Register snapshots
Brian Anderson
-0
/
+8
2012-05-30
rustc: Do less work still in typestate
Brian Anderson
-46
/
+52
[prev]
[next]