about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2011-09-02Reformat. Issue #855Brian Anderson-5789/+5106
2011-09-02Merge remote-tracking branch 'graydon/master'Tim Chevalier-120/+248
2011-09-02Add a constraint to trans::type_ofTim Chevalier-116/+231
2011-09-02rustc: Zero out unique pointers after we drop themPatrick Walton-1/+7
2011-09-02Handle if-check with no else correctly in typestateTim Chevalier-4/+17
2011-09-02rustc: Zero out unique pointers after we drop themPatrick Walton-1/+7
2011-09-02Remove rustc::syntax::untyped_ast. Dead codeBrian Anderson-816/+0
2011-09-02Rename std::vec::unsafe::ivec_repr to vec_repr. Issue #855Brian Anderson-5/+5
2011-09-02Eliminate const_refcount. Issue #855Brian Anderson-42/+7
2011-09-02Remove estrs and evecs from runtime. Issue #855Brian Anderson-310/+38
2011-09-02rustc: Root values spilled via do_spill()Patrick Walton-42/+76
2011-09-02rt: Remove evecs from the shape codePatrick Walton-55/+0
2011-09-02test: Add a test case for linearize_ty_params() and shapesPatrick Walton-0/+25
2011-09-02rustc: Make the shape-emitting code aware of linearized type parametersPatrick Walton-16/+44
2011-09-02Rename ivecs to vecs in the compilerMarijn Haverbeke-124/+85
2011-09-02Remove remaining evec support from transMarijn Haverbeke-141/+8
2011-09-01Remove lots of estr code from rustc. Issue #855Brian Anderson-140/+35
2011-09-01Remove #ifmt. Issue #855Brian Anderson-432/+0
2011-09-01Convert all uses of #ifmt to #fmt. Issue #855Brian Anderson-180/+180
2011-09-01Register new snapshotsBrian Anderson-0/+5
2011-09-01Make #fmt and #ifmt synonymous. Issue #855Brian Anderson-166/+598
2011-09-01Use #env to get the rustc version again. Issue #855Brian Anderson-3/+1
2011-09-01Add a constraint in transTim Chevalier-9/+31
2011-09-01Do less work in run-pass/task-comm.rsBrian Anderson-2/+2
2011-09-01Rename std::istr to std::str. Issue #855Brian Anderson-741/+741
2011-09-01Fix the error-patterns in 2 cfail tests. Issue #855Brian Anderson-2/+2
2011-09-01Parse "",str as istrs. Pretty print istrs as "",str. Issue #855Brian Anderson-12/+5
2011-09-01Convert some comm tests to istrs. Issue #855Brian Anderson-8/+8
2011-09-01Make GEP_tag take a uint instead of an intTim Chevalier-9/+9
2011-09-01Declare a bunch of int functions as pureTim Chevalier-15/+15
2011-09-01Add a test that lambdas can't deinitialize upvarsTim Chevalier-0/+8
2011-09-01Remove std::str. Issue #855Brian Anderson-59/+2
2011-09-01Remove estr conversion functions. Issue #855Brian Anderson-38/+0
2011-09-01Convert rust_list_files to istrs. Issue #855Brian Anderson-28/+41
2011-09-01Convert rust_getcwd to istrs. Issue #855Brian Anderson-19/+8
2011-09-01Factor out make_istr utility function in runtime. Issue #855Brian Anderson-8/+16
2011-09-01No, not all fn constraints have the same args as the fn does, in the same ord...Tim Chevalier-4/+29
2011-09-01Reduce the amount of locking in the kernel's memory regionBrian Anderson-4/+4
2011-09-01Add a benchmark for cross-task kernel memory region synchronizationBrian Anderson-0/+28
2011-09-01Remove misleading outdated comment in alias.rsMarijn Haverbeke-5/+1
2011-09-01Back out copy-glueMarijn Haverbeke-89/+4
2011-09-01Remove the last use of istr::to_estr from rustc. Issue #855Brian Anderson-5/+5
2011-09-01Convert rust_file_is_dir from estrs to cstrs. Issue #855Brian Anderson-4/+6
2011-09-01Check error code in rust_file_is_dir. Prevent comparison of uninitialized memBrian Anderson-1/+8
2011-09-01Test for #876Tim Chevalier-0/+10
2011-09-01Register new snapshotsBrian Anderson-0/+5
2011-09-01Remove a few more istr conversions. Issue #855Brian Anderson-10/+10
2011-09-01Allow istrs as patterns. Issue #855Brian Anderson-10/+46
2011-09-01Remove some uses of str_buf builtin. Issue #855Brian Anderson-5/+2
2011-09-01Convert main functions to istrs. Issue #855Brian Anderson-30/+26