]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2015-08-14 borsAuto merge of #27400 - alexcrichton:less-jemalloc,...
2015-08-14 Alex Crichtonrustc: Allow changing the default allocator
2015-08-14 borsAuto merge of #27838 - AlisdairO:diagnostics221, r...
2015-08-14 Alisdair Owensadd diagnostics for E0221
2015-08-14 borsAuto merge of #27641 - nikomatsakis:soundness-rfc-1214...
2015-08-14 Niko MatsakisCorrect nits from @nrc
2015-08-14 borsAuto merge of #27822 - arielb1:inline-round-take-2...
2015-08-14 borsAuto merge of #27821 - dhuseby:manual_snapshots_1af31d4...
2015-08-14 borsAuto merge of #27816 - steveklabnik:for_chrisbot, r...
2015-08-14 borsAuto merge of #27786 - alexcrichton:start-testing-msvc...
2015-08-14 borsAuto merge of #27696 - bluss:into-boxed-str, r=alexcrichton
2015-08-13 borsAuto merge of #27684 - alexcrichton:remove-deprecated...
2015-08-13 Dave HusebyFixes #27805 - adds missing snapshots for Bitrig and...
2015-08-13 borsAuto merge of #27758 - nathankleyn:diagnostics-386...
2015-08-13 Steve KlabnikFix broken link to Wilson
2015-08-13 arielb1Mark round_up_to_next as inline
2015-08-13 borsAuto merge of #27625 - wthrowe:find, r=alexcrichton
2015-08-13 Alex CrichtonGet `make check` working on MSVC
2015-08-13 borsAuto merge of #27307 - rkruppe:dec2flt, r=pnkfelix
2015-08-13 Ulrik SverdrupRename String::into_boxed_slice -> into_boxed_str
2015-08-13 Nathan KleynImprove interior mutability example for E0386.
2015-08-13 Nathan KleynAdd details about types with interior mutability to...
2015-08-13 Nathan KleynAdd detailed diagnostics for E0386.
2015-08-13 Niko Matsakisastconv.rs: extended ast_ty_to_ty debugging
2015-08-13 borsAuto merge of #27803 - Manishearth:rollup, r=Manishearth
2015-08-13 Manish GoregaokarRollup merge of #27757 - AlisdairO:diagnostics366,...
2015-08-13 Manish GoregaokarRollup merge of #27699 - nathankleyn:diagnostics-383...
2015-08-13 Nathan KleynImprove code examples for E0383 long diagnostic.
2015-08-13 Nathan KleynAdd detailed diagnostics for E0383.
2015-08-13 borsAuto merge of #27762 - alexcrichton:fix-libc, r=aturon
2015-08-13 borsAuto merge of #27693 - nagisa:remutex-docs, r=alexcrichton
2015-08-13 borsAuto merge of #27789 - chriskrycho:remove_pandoc_refere...
2015-08-13 Chris Krychodoc/readme: replace references to Pandoc with rustdoc.
2015-08-13 borsAuto merge of #27763 - wthrowe:debug-docs, r=alexcrichton
2015-08-13 Niko Matsakisexpr_use_visitor: Remove FIXME that is no longer needed...
2015-08-13 Niko Matsakisadd regression test for #27592. Fixes #27592.
2015-08-13 borsAuto merge of #27652 - alex-ozdemir:iter, r=bluss
2015-08-12 William ThroweCorrect debug! documentation
2015-08-12 William ThroweWhitelist .pp files in tidy-binaries
2015-08-12 borsAuto merge of #27698 - arielb1:foreign-type-import...
2015-08-12 Alex Crichtonlibc: Fix backcompat with crates.io version
2015-08-12 Niko Matsakisregionck.rs: experimentally adopt a more conservative...
2015-08-12 Niko Matsakisty.rs: document/cleanup required_region_bounds a bit
2015-08-12 Niko Matsakisregionck.rs: add a delayed_span_bug call to validate...
2015-08-12 Niko Matsakisoutlives.rs: correct typo
2015-08-12 Niko Matsakistraits/error_reporting.rs: always note obligation cause
2015-08-12 Niko MatsakisUpdate test error messages based on changes to wfcheck...
2015-08-12 Niko Matsakischeck/wf.rs: change to use correct span and older WF...
2015-08-12 Niko Matsakisoutlives.rs: remove use of ty.walk and replace with...
2015-08-12 Niko Matsakisoutlives: convert outlives to use an exhaustive match...
2015-08-12 Niko Matsakistraits: consider whether origin is RFC1214 when caching...
2015-08-12 Niko Matsakisregionck.rs: correct misuse of ty.regions() rather...
2015-08-12 Niko Matsakisregionck.rs: remove dead fn type_strictly_outlives
2015-08-12 Niko Matsakismiddle/outlives.rs: s/temp/subcomponents/
2015-08-12 Niko Matsakismiddle/outlives.rs: fix typo
2015-08-12 Niko Matsakisinfer/mod.rs: add doc comment to RFC1214 variant
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 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 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...
next