]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2015-08-12 Niko Matsakiswip 082a011e2bd5c8254e6c1b2fdc97a6fcb2927a7f rm binary
2015-08-12 Niko MatsakisFallout in tests -- explain an interesting test failure...
2015-08-12 Niko MatsakisFallout in tests --- misc error message changes, WF...
2015-08-12 Niko MatsakisFallout in tests -- break test into a run-pass and...
2015-08-12 Niko MatsakisFallout in tests -- break this test into three tests...
2015-08-12 Niko MatsakisFallout in tests -- break the object safety part into...
2015-08-12 Niko MatsakisFallout in tests -- we now report an error if you even...
2015-08-12 Niko MatsakisAdd FIXME for apparent stage0 regression
2015-08-12 Niko MatsakisFallout in libs -- misc missing bounds uncovered by...
2015-08-12 Niko MatsakisNew tests --- projection outlives relation
2015-08-12 Niko MatsakisGeneralize the outlives rule for projections to handle...
2015-08-12 Niko MatsakisIntroduce a "origin/cause" for new requirements (or...
2015-08-12 Niko MatsakisNew tests --- check that wf relation is being checked...
2015-08-12 Niko MatsakisNew WF condition requires checking that argument types...
2015-08-12 Niko MatsakisImplement a new wfcheck to replace the old wf; this...
2015-08-12 Niko MatsakisExtend ParameterEnvironment to remember the free_id...
2015-08-12 Niko MatsakisAdd two new kinds of predicates, WellFormed and ObjectSafe.
2015-08-12 Niko MatsakisDefine the `wf` and `outlives` relation separately...
2015-08-12 Niko MatsakisDon't report a hard error if there are inference failur...
2015-08-12 Alex CrichtonRemove all unstable deprecated functionality
2015-08-12 borsAuto merge of #27691 - jonas-schievink:for-macro, r...
2015-08-12 Alisdair OwensAdd long diagnostics for E0366 and E0367
2015-08-12 borsAuto merge of #27690 - vadimcn:no-windres, r=alexcrichton
2015-08-12 mitaaRemove duplicated path_to_string conversion
2015-08-12 mitaaReplace get_item_path[-1] with get_item_name
2015-08-12 borsAuto merge of #27688 - alexcrichton:rollup, r=alexcrichton
2015-08-12 Ariel Ben-Yehudastop cross-crate associated types from being imported
2015-08-12 Alex OzdemirO(1) count,nth,last for slice::Windows,Chunks(Mut)
2015-08-12 Simonas KazlauskasFix ReentrantMutex documentation wrt DerefMut
2015-08-12 borsAuto merge of #27630 - sylvestre:master, r=dotdash
2015-08-12 Robin KruppeMention that the fast path is broken without SSE.
2015-08-12 Jonas SchievinkFix macro expansion in for loop pattern
2015-08-12 borsAuto merge of #27618 - dotdash:drop_fixes, r=luqmana
2015-08-12 Vadim ChugunovFix #26803
2015-08-12 Björn SteinbrinkWorkaround ODR violations in enum debuginfo
2015-08-12 Alex CrichtonTest fixes and rebase conflicts
2015-08-12 Alex Crichtonrollup merge of #27682: neurons/np.27681
2015-08-12 Alex Crichtonrollup merge of #27679: durka/patch-5
2015-08-12 Alex Crichtonrollup merge of #27678: alexcrichton/snapshots
2015-08-12 Alex Crichtonrollup merge of #27676: alexcrichton/msvc-unwind
2015-08-12 Alex Crichtonrollup merge of #27674: zaeleus/ios-imports
2015-08-12 Alex Crichtonrollup merge of #27672: eefriedman/ios-target-cpu
2015-08-12 Alex Crichtonrollup merge of #27666: vadimcn/cabi-typo
2015-08-12 Alex Crichtonrollup merge of #27665: frewsxcv/patch-25
2015-08-12 Alex Crichtonrollup merge of #27664: birkenfeld/patch-1
2015-08-12 Alex Crichtonrollup merge of #27663: tbu-/pr_remove_fixme
2015-08-12 Alex Crichtonrollup merge of #27659: goyox86/goyox86/update-spanish...
2015-08-12 Alex Crichtonrollup merge of #27650: dotdash/backtrace_test
2015-08-12 Alex Crichtonrollup merge of #27644: AlisdairO/diagnostics194
2015-08-12 Alex Crichtonrollup merge of #27636: llogiq/patch-1
2015-08-12 Alex Crichtonrollup merge of #27635: GuillaumeGomez/patch-4
2015-08-12 Alex Crichtonrollup merge of #27630: sylvestre/master
2015-08-12 Alex Crichtonrollup merge of #27622: eefriedman/https-url
2015-08-12 Alex Crichtonrollup merge of #27618: dotdash/drop_fixes
2015-08-12 Alex Crichtonrollup merge of #27615: GuillaumeGomez/send_sync
2015-08-12 Alex Crichtonrollup merge of #27605: AlisdairO/diagnostics387
2015-08-12 borsAuto merge of #27615 - GuillaumeGomez:send_sync, r...
2015-08-12 Niranjan PadmanabhanUpdate version number response for new version of rust
2015-08-12 Alex Burkacorrect copy/paste typos in stdio.rs comments
2015-08-12 Chris Krychomk/docs: remove Pandoc and LaTeX elements.
2015-08-11 Alex Crichtontrans: Re-enable unwinding on 64-bit MSVC
2015-08-11 borsAuto merge of #27584 - TimNN:macro-eof-span, r=huonw
2015-08-11 Alex CrichtonRegister new snapshots
2015-08-11 Michael Maciasstd: Fix imports for ios target
2015-08-11 Eli FriedmanUse correct target CPU for iOS simulator.
2015-08-11 Vadim ChugunovFix copy-paste bug.
2015-08-11 borsAuto merge of #27571 - TimNN:pretty-no-crate-type,...
2015-08-11 Corey FarwellFix formatting for E0067 and E0070 error messages
2015-08-11 Guillaume GomezUpdate E0425 error explanation
2015-08-11 Guillaume GomezAdd HashSet and HashMap tests
2015-08-11 Georg Brandlsyntax: fix use of "vector" for [x; n] literal and...
2015-08-11 Tobias BucherRemove unneeded FIXME
2015-08-11 borsAuto merge of #27575 - brson:lint, r=alexcrichton
2015-08-11 Alisdair Owensadd long diagnostics for E0194
2015-08-11 borsAuto merge of #27553 - Diggsey:win-path-fix, r=alexcrichton
2015-08-11 borsAuto merge of #27658 - Manishearth:rollup, r=Manishearth
2015-08-11 Manish GoregaokarRollup merge of #27651 - tshepang:patch-8, r=Gankro
2015-08-11 Manish GoregaokarRollup merge of #27648 - tshepang:patch-7, r=brson
2015-08-11 Manish GoregaokarRollup merge of #27647 - rust-lang:issue-27646, r=alexc...
2015-08-11 Manish GoregaokarRollup merge of #27633 - tshepang:patch-6, r=alexcrichton
2015-08-11 Manish GoregaokarRollup merge of #27617 - AlisdairO:diagnostics193,...
2015-08-11 Manish GoregaokarRollup merge of #27612 - vincentbernat:fix/doc/iter...
2015-08-11 Manish GoregaokarRollup merge of #27611 - vincentbernat:fix/doc/chars...
2015-08-11 Manish GoregaokarRollup merge of #27577 - diaphore:trailing-newline...
2015-08-11 Manish GoregaokarRollup merge of #27572 - brson:authors, r=alexcrichton
2015-08-11 Manish GoregaokarRollup merge of #27542 - steveklabnik:gh27303, r=alexcr...
2015-08-11 Tim NeumannFix #27567: remove --crate-type=lib from pretty test
2015-08-11 Tim Neumannremove unused file in test/pretty
2015-08-11 Jose NarvaezUpdated the link with rendered version of the Spanish...
2015-08-11 borsAuto merge of #27518 - alexcrichton:msvc-builtin-llvm...
2015-08-11 borsAuto merge of #27549 - tshepang:clarity, r=alexcrichton
2015-08-11 borsAuto merge of #26818 - sfackler:duration-stabilization...
2015-08-11 Steven FacklerFix doc test
2015-08-11 borsAuto merge of #27416 - alexcrichton:fix-dll-export...
2015-08-11 Alex Crichtontrans: Stop informing LLVM about dllexport
2015-08-11 Alex Crichtonsyntax: Add a new unstable #[linked_from] attribute
2015-08-11 Alex Crichtontrans: Specify `archive_format` for MSVC
2015-08-11 Steven FacklerAdd back and deprecate old methods.
2015-08-11 Steven FacklerStabilize the Duration API
2015-08-11 Felix S. Klock IIplacate the pretty tests by ignoring my test.
next